object frmProgress: TfrmProgress Left = 342 Top = 278 Width = 296 Height = 176 BorderIcons = [biSystemMenu] BorderStyle = bsSizeToolWin Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object lblProgression: TLabel Left = 8 Top = 66 Width = 272 Height = 26 AutoSize = False Transparent = True WordWrap = True end object BtnCancel: TButton Left = 107 Top = 120 Width = 75 Height = 22 Cancel = True TabOrder = 0 OnMouseDown = BtnCancelMouseDown end object ProgressBar: TProgressBar Left = 8 Top = 96 Width = 272 Height = 16 Min = 0 Max = 100 TabOrder = 1 end object Animate: TAnimate Left = 8 Top = 4 Width = 272 Height = 60 Active = False CommonAVI = aviCopyFile StopFrame = 26 end end